Skip to content

Fix inetutils chown #1274

Merged
merged 4 commits into from
Sep 17, 2019
Merged

Fix inetutils chown #1274

merged 4 commits into from
Sep 17, 2019

Conversation

wwwutz
Copy link
Collaborator

@wwwutz wwwutz commented Sep 12, 2019

make install tried to chown root which is ... ugly ... the docs ask to make install as root anyway.

This patch stops the bee-queen from whining

install: cannot change ownership of '/scratch/local2/beehive/inetutils-1.9.4-0/buildroot/inetutils/inetutils-1.9.4-0/image/usr/bin/rsh': Operation not permitted
WARNING: insufficient access; not installing rsh
NOTE: To install rsh run 'make install' as root

@wwwutz wwwutz merged commit 607d950 into master Sep 17, 2019
@donald
Copy link
Collaborator

donald commented Jan 31, 2020

Strange:

buczek@theinternet:/src/mariux/beeroot/packages$ tar tf inetutils-1.9.4-0.x86_64.bee.tar.bz2|grep tftpd
tar: Removing leading `/' from member names
/usr/lib/inetutils/tftpd
/usr/share/man/man8/tftpd.8
buczek@theinternet:/src/mariux/beeroot/packages$ tar tf inetutils-1.9.4-1.x86_64.bee.tar.bz2|grep tftpd
tar: Removing leading `/' from member names
/usr/share/man/man8/tftpd.8
/usr/libexec/tftpd

tftpd moved.

@donald
Copy link
Collaborator

donald commented Jan 31, 2020

Maybe inetutils-1.9.4-0 was built when the bee config didn't have some entry for libexec. Doesn't matter, I fix the project.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants